Gets or sets Call-ID header field. The Call-ID header field is mandatory in all
requests. It is used to uniquely identify a call between two clients. If is not set then the
SipClient will set this header.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string CallID { get; set; }Public Property CallID As String
Get
Set
Property Value
Type:
StringThe call identifier.
See Also